Skip to content

For requesting MC pp#2350

Merged
jackal1-66 merged 6 commits into
AliceO2Group:masterfrom
shreyasiacharya:master
Jun 10, 2026
Merged

For requesting MC pp#2350
jackal1-66 merged 6 commits into
AliceO2Group:masterfrom
shreyasiacharya:master

Conversation

@shreyasiacharya

Copy link
Copy Markdown
Contributor

No description provided.

@shreyasiacharya shreyasiacharya requested a review from a team as a code owner May 7, 2026 13:40
@github-actions

github-actions Bot commented May 7, 2026

Copy link
Copy Markdown

REQUEST FOR PRODUCTION RELEASES:
To request your PR to be included in production software, please add the corresponding labels called "async-" to your PR. Add the labels directly (if you have the permissions) or add a comment of the form (note that labels are separated by a ",")

+async-label <label1>, <label2>, !<label3> ...

This will add <label1> and <label2> and removes <label3>.

The following labels are available
async-2023-pbpb-apass4
async-2023-pp-apass4
async-2024-pp-apass1
async-2022-pp-apass7
async-2024-pp-cpass0
async-2024-PbPb-apass1
async-2024-ppRef-apass1
async-2024-PbPb-apass2
async-2023-PbPb-apass5

@jackal1-66 jackal1-66 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (child0 != nullptr && child1 != nullptr) {
                    // check for parent-child relations
                    auto pdg0 = child0->GetPdgCode();
                    auto pdg1 = child1->GetPdgCode();
                    std::cout << "First and last children of parent " << checkPdgSignal << " are PDG0: " << pdg0 << " PDG1: " << pdg1 << "\n";
                    if (std::abs(pdg0) == checkPdgDecay && std::abs(pdg1) == checkPdgDecay && pdg0 == -pdg1) {
nLeptonPairs++;
                    if (child0->getToBeDone() && child1->getToBeDone()) {
                        nLeptonPairsToBeDone++;
                    }
                    }

Your test gets stuck here which could mean either that your generator is broken and does not generate the correct pairs, or something is fishy in the test itself

@jackal1-66 jackal1-66 changed the title For requsting MC pp For requesting MC pp May 18, 2026
@jackal1-66 jackal1-66 enabled auto-merge (squash) June 10, 2026 14:41
@jackal1-66

Copy link
Copy Markdown
Collaborator

@iarsene could you please confirm everything is fine with the development?

@jackal1-66 jackal1-66 merged commit 9a9a541 into AliceO2Group:master Jun 10, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants